Filename | (eval 1044)[/usr/share/perl/5.10/CGI.pm:869] |
Statements | Executed 14 statements in 52µs |
Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
7 | 7 | 2 | 49µs | 161µs | FETCH | CGI::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 161µs (49+112) within CGI::FETCH which was called 7 times, avg 23µs/call:
# once (13µs+37µs) by main::RUNTIME at line 440 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (15µs+34µs) by main::RUNTIME at line 832 of CGI.pm
# once (7µs+9µs) by main::RUNTIME at line 409 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (4µs+9µs) by main::RUNTIME at line 441 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (3µs+9µs) by main::RUNTIME at line 445 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (3µs+8µs) by main::RUNTIME at line 423 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
# once (3µs+7µs) by main::RUNTIME at line 437 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl | ||||
2 | 7 | 6µs | return $_[0] if $_[1] eq 'CGI'; | ||
3 | 7 | 47µs | 7 | 112µs | return undef unless defined $_[0]->param($_[1]); # spent 112µs making 7 calls to CGI::param, avg 16µs/call |
4 | return join("\0",$_[0]->param($_[1])); | ||||
5 | } | ||||
6 | |||||
7 | ; |